﻿body {
    color: #3b3b3b;
    margin: 0;
    padding: 0;
}

.row {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-36 {
    font-size: 32px;
    color:#00519B;
    font-weight: 600;
}

.font-42 {
    font-size: 36px;
}

.text-white {
    color: white;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand, .navbar-light .navbar-brand, .navbar-light .navbar-brand:hover, a.text-dark:focus, a.text-dark, a.text-dark:focus, a.text-dark:hover {
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.navbar {
    padding: 0;
}

.text-dark {
    color: white !important;
    padding: 16px 0;
    /*padding-left: .8rem;*/
}

.navbar-expand-sm .navbar-nav .nav-link {
    /*padding-left: 1rem;*/
}

.mb-3, .my-3 {
    background-color: #0c53d4 !important;
    margin-bottom: 0rem !important;
}

.home-top .float-left, .home-top .float-right {
    margin: 10px 0;
}

.home-top img {
    width: 48px;
    height: auto;
    margin-right: 10px;
}

.vertical-line {
    width: 1px;
    padding: 10px 0;
    border-left: 1px solid #cacaca;
}

.home-top b, .home-top ul {
    padding-left: 10px;
}

.rd-navbar-megamenu li .rd-megamenu-header a:hover {
    color: #0783e5
}

/*banner*/
.carousel-inner img {
    width: 100%;
}

/*FOOTER*/
footer {
    background: url(../img/footer-bg.jpg) no-repeat;
    position: relative;
    background-size: cover;
}

    footer .row + .row {
        margin-top: 40px;
    }


.footer ul li {
    line-height: 32px;
}

/*.footer ul li:last-child {
            margin-bottom: 20px;
        }*/


/*内容*/
.row1,.row2, .row3, .row4, .row6, .row7, .row8 {
    padding: 40px 0;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-4 {
    margin-top: 4rem;
}
.margin-b1 {
    margin-bottom: 10px;
}

.margin-b4 {
    margin-bottom: 4rem;
}

.row1-box{
    background:white;
}

.row1 span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    padding: 10px 20px;
    color: #3b3b3b;
}

.home-title p {
    margin-bottom: 0;
}

    .home-title p.font-24 {
        font-size: 24px;
        color: #626262;
    }

    .home-title p.font-18 {
        color: #1C49B3;
    }

.row1, .row8 {
    background: #fafafa;
}


.row1 li.font-24, .row2 li.font-24 {
    /*line-height: 48px;*/
    margin-bottom: 10px;
}

.row3 img {
    width: 200px;
}

.row4 {
    background: #eff4ff;
}
.row4-box {
    position:absolute;
    bottom:0;
    background:rgba(0,81,155,0.7);
    color: white;
    text-align: center;
    width:100%;
    
}
    .row5 .container {
    background: url('../img/row5-bg.png')no-repeat scroll;
    padding: 40px 15px;
    /*background-size: 40% 70%;*/
}

.row5 .row5-title {
    max-width: 360px;
}

.row6 {
    background: url(../img/row6-bg.jpg) no-repeat;
    background-size: cover;
}

    .row6 .row6-row {
        border-radius: 10px;
        margin: 20px;
        background: #fff;
        padding: 20px;
    }

    .row6 .font-18, .row6 .font-36 {
        color: white;
    }

.row7 .row7-ul li {
    background: #161616 !important;
    color: white !important;
}

    .row7 .row7-ul li a {
        padding: 10px 20px !important;
    }

        .row7 .row7-ul li a.active {
            background: #0783e5 !important;
            color: white !important;
        }

.row7 .news-list ul li {
    line-height: 36px;
    border-bottom: 1px dashed #cacaca;
    /*font-size:20px;*/
}

.row7 a:link, .row7 a:visited {
    color: #333;
}

.title-p {
    padding: 0 150px;
}

.breadcrumbs-custom__path li:first-child {
    border-left: 8px solid #f8b551;
}

.tabs-custom .nav-custom-tabs .nav-item a {
    font: 400 20px/20px "Red Hat Display", Helvetica, Arial, sans-serif !important;
}

.tabs-custom.tabs-horizontal .nav-custom-tabs .nav-item .nav-link:hover, .tabs-custom.tabs-horizontal .nav-custom-tabs .nav-item .nav-link.active {
    background-color: #0783e5;
    color: white;
}

.tabs-custom.tabs-horizontal .nav-custom-tabs .nav-item .nav-link {
    background-color: #161616;
    color: white;
}

.footer-box1 img{
    width:128px;
}
/*---------------------------------------------------------------------------------------------------*/
/*媒体查询*/
@media (max-width:1600px) {
    .breadcrumbs-custom {
        margin-top:0;
    }
    footer .col-sm-7, footer .col-md-7, footer .col-lg-7, footer .col-xl-7 {
        padding-right: 0;
    }

    float-lg-right {
        float: right;
    }

    float-lg-left {
        float: left;
    }
}

/* 中等屏幕（桌面显示器，小于 1200px） */

@media (max-width:1200px) {
    .breadcrumbs-custom {
        margin-top: 20px;
    }
    .row1 {
        padding: 40px 0;
    }

    .row2 .row + .row {
        margin-top: 0;
    }

    .footer-box {
        display: none;
    }

    .row2 .container {
        /*background-size: 300px;*/
        background-position: bottom 40px left;
    }

    .row2 .container {
        background-size: 30% 60%;
    }
    .row2 img {
        width: 70%;
    }
    .title-p {
        padding: 0 100px;
        /*width: 800px;*/
    }

    .row6 .row6-row {
        margin: 10px 0;
    }
}

/* 小屏幕（平板，小于 992） */
@media (max-width:992px) {
    .breadcrumbs-custom {
        margin-top:60px;
    }
    .header-list{
        display:none
    }
    /*.row1 {
        padding: 0 0 20px;
    }*/

  

    .row2 .row + .row {
        margin-top: 10px;
    }
    .row2 img {
        width:70%;
    }
    .row2 .container {
        background: none;
    }

    .row5 .margin-top-4 {
        margin-top: 0;
    }

    .title-p {
        padding: 15px;
        width: auto;
    }
   
    float-lg-right {
        display: none;
    }

    .row7 .news-left {
        display: none;
    }
}

/* 超小屏幕（手机，小于 768px） */

@media (max-width:768px) {

    .row2 .font-16 {
        font-size: 14px;
    }

    .font-16 {
        font-size: 14px;
    }

    .font-18 {
        font-size: 16px;
    }

    .font-24 {
        font-size: 18px;
    }

    .font-36 {
        font-size: 22px;
        font-weight: 600;
    }

    .font-42 {
        font-size: 30px;
    }

    /*.row1 {
        padding: 0;
    }*/

        /*.row1 img {
            height: 100px;
            margin: 0 0 40px;
        }

        .row1 ul li, .row1 li.font-24 {
            text-align: left;
        }

        .row1 li.font-24 {
            line-height: 24px;
        }

        .row1 .margin-top-4 {
            margin-top: 0;
        }*/

    .row2 .yuan {
        width: 16px;
        height: 16px;
        margin-top: 14px;
        margin-right: 4px;
        /* margin-left: 10px;*/
    }

    .row2 .font-42 {
        color: #999;
        font-weight: 600;
        margin-right: 0px !important;
        margin-top: 0px;
        /* padding-right: 20px; */
    }

    .row2 .margin-top-2 {
        margin-top: 0;
    }

    .row2 .container {
        background: none;
    }
    .row2 .text-center img{
        padding:0 10px;
    }
    .row2 img {
        width: 100%;
    }
    .row3 img {
        margin-top: 10px;
    }

    .row3 .row3-box-magin {
        margin-top: 10px;
    }

    .row3 .row3-right {
        text-align: left;
    }

    .row5 .margin-top-4 {
        margin-top: 0;
        text-align: center;
        margin: 0 auto;
        max-width: none;
        margin-bottom: 20px;
    }

    .row6-img {
        display: none;
    }

    .row7 .tab-content {
        margin-top: 20px;
        padding: 0;
    }

    .row7 .news-list ul li {
        font-size: 14px;
        line-height: 28px;
    }

        .row7 .news-list ul li a {
            width: 220px;
            overflow: hidden;
            word-break: keep-all;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .footer-box {
        display: none;
    }
    .footer-box1 {
        width: 20%;
        float: left;
    }
    footer ul {
        font-size: 14px;
    }
    .erwem {
        display: block;
    }

    .news-tt-box {
        margin-left: 0;
    }

    .row1, .row2, .row3, .row4, .row6, .row7, .row8 {
        padding: 10px 0;
    }
    .row1{
        padding:20px 0;
    }
        .row2 .container {
            padding: 10px;
        }
}
@media (max-width:568px) {
    .row1-box span {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
   
    }
}
@media (max-width:420px) {

   

  

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding: 0;
    }

    footer ul {
        border-right: none;
        font-size:14px;
    }
    .row1 span {
        font-size: 14px;
        padding: 4px;
        width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .row1 .col-xs-6, .row4 .col-xs-6 {
        padding: 0 15px;
    }
   
    .row4 .ny{
        margin-top:6px;
    }
    /*.row1 img {
        float: left;
        width: 100px;
        height: 80px;
    }

    

    .row1 */
    /*.row2 .col-xs-3 .row2 .col-xs-8 {
        padding: 0;
    }*/
    .margin-top-2 {
        margin-top: 1rem;
    }
    .row2 .margin-top-4 {
        margin-top: 2rem;
    }
    .row2 li.font-24 {
        line-height: 24px;
    }

    .row2 ul {
        min-width: 224px;
        /*width: 224px;*/
    }

    .last-form-wrap {
        margin-top: 16px;
    }

    .row7 .news-list ul li {
        font-size: 14px;
        min-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

